@charset "utf-8";
/* CSS Document */
.i1 {
    position: relative;
}
.i1 .swiper1 {
    width: 100%;
    height: 100vh;
}

.swiper-slide {
    min-height: 0 !important;
}
.ove{overflow:hidden}
/**/
.fl30 {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: stretch;
}

.swiper2 .swiper-pagination {
    position: absolute;
    width: 50px !important;
    height: 100%;
    right: 0;
    left: auto !important;
    top: 0;
    z-index: 2;
}
.swiper2 .swiper-pagination .swiper-pagination-bullet {
    height: auto !important;
    width: auto !important;
    margin: 0 0 15px !important;
    background: none !important;
    position: relative;
}
.swiper2 .swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.22);
    width: 50px;
    right: 0;
    bottom: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.swiper2 .swiper-pagination .num {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    width: 100%;
    padding-bottom: 10px;
}
.swiper2 .swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    height: 3px;
    background: #fff;
    right: 0;
    bottom: 0;
}
.swiper2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    animation: bannerwidth 5s forwards linear;
}
@keyframes bannerwidth{
  0%{
    width:0;
  }
  100%{
    width:100%;
  }
}
.i1 .swbox {
    position: relative;
    width: 100%;
    height: 100vh;
}
.i1 .swbox2 {
    position: relative;
    width: 100%;
    height: 100vh;
}
.i1 .swbox3 {
    position: relative;
    width: 100%;
    height: 100%;
}
/*********************第二屏*********************/
.i1 .swbox2 .slt {
    width: 368px;
    height: 100vh;
    float: left;
    padding-left: 128px;
    position: relative;
}
.i1 .swbox2 .slt .stp {
    padding-top: 160px;
}
.i1 .swbox2 .slt .stp .img {
    display: block;
    width: 30px;
    float: left;
    margin-right: 12px;
}
.i1 .swbox2 .slt .stp .tt {
    width: 20px;
    float: left;
    color: #666;
}
.i1 .swbox2 .slt .stp .tt span {
    display: block;
    margin-bottom: 5px;
	font-size:22px;
	color:#333;
}
.i1 .swbox2 .slt .abtn {
    position: absolute;
    width: 100%;
    padding-left:128px;
    left: 0;
    bottom: 120px;
}
.i1 .swbox2 .slt .abtn a {
    display: block;
	font-size:16px;
    float: left;
    color: #888;
    padding-right: 15px;
    background: url(../images/1_9.png) center right no-repeat;
    margin: 0 10px 20px 0;
}
.i1 .swbox2 .slt .abtn a:hover, 
.i1 .swbox2 .slt .abtn a.act {
    color: #000;
}
.i1 .swbox2 .slt .more {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 60px;
    left: 128px;
    border-left: 1px solid #ddd;
    padding-right: 5px;
}
.i1 .swbox2 .slt .more:hover {
    padding: 0;
}
.i1 .swbox2 .slt .more img {
    display: block;
    float: right;
    margin-top: 15px;
}
.i1 .swbox2 .srt .swiper4 .swiper-slide * {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.i1 .swbox2 .srt {
    width: calc(100% - 368px);
    height: 100vh;
    float: right;
    position: relative;
}
.i1 .swiper1 .swiper-slide {
    overflow: hidden;
}
.i1 .swbox2 .srt .swiper3 .swiper-slide a {
    display: block;
}
.i1 .swbox2 .srt .swiper3 .img {
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.i1 .swbox2 .srt .swiper3 .img img {
    display: block;
    height: 100%;
    max-width: inherit;
    transform: scale(1.001);
    -webkit-transform: scale(1.001);
}
.i1 .swbox2 .srt .swiper3 .img .sbox {
    position: absolute;
    width: 100%;
    height: 53%;
    top: 0;
    left: 0;
    display: none;
}
.i1 .swbox2 .srt .swiper3 .img .sbox .s1 {
    display: block;
    position: absolute;
    width: 0%;
    height: 8px;
    background: rgba(51,51,51,0.4);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.i1 .swbox2 .srt .swiper3 .img .sbox .s2 {
    display: block;
    position: absolute;
    width: 8px;
    height: 0%;
    background: rgba(51,51,51,0.4);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.i1 .swbox2 .srt .swiper3 .img .sbox .s3 {
    display: block;
    position: absolute;
    width: 8px;
    height: 0%;
    background: rgba(51,51,51,0.4);
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.i1 .swbox2 .srt .swiper3 .img .txt {
    position: absolute;
    width: 100%;
    height:30%;
    top: 100%;
    opacity: 0;
    left: 0;
    background: rgba(51,51,51,0.4);
    padding: 10%;
    color: #fff;
}
.i1 .swbox2 .srt .swiper3 .img .txt .num {
    opacity: .8;
    margin-bottom: 40px;
	font-size: 30px;
}
.i1 .swbox2 .srt .swiper3 .swiper-slide * {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.i1 .swbox2 .srt .swiper3 .img:hover .txt {
    top: 70%;
    opacity: 1;
}

/*********************第三屏*********************/
.swbox3{padding-top:100px;}
.swbox3 .fl{width:50%;}
.swbox3 .fr{
	width:50%;
	padding:0 50px;
	background:url(../images/abbg.jpg) right center no-repeat;
}
.swbox3 .wen .title {
	text-align:right;
	padding-top:120px;
}
.swbox3 .wen .title h1{
	font-size:22px;
	color:#b3160c;
}
.swbox3 .wen .title h2{
	font-size:36px;
	color:#b3160c;
	font-weight: bold;
	text-transform: capitalize;
}
.swbox3 .wen .txt{
	font-size:16px;
	line-height: 30px;
	color:#666;
	margin-top: 60px;
}
.btn-box{margin-top:70px;}
.UiButton{
	position: relative;
    cursor: pointer;
    display: inline-block;
    background: none;
    outline: none;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    padding: 15px 31px;
    border-radius: 50px;
    min-width: 206px;
    border: 0 solid #b60807;
    overflow: hidden;
    transition: all .4s cubic-bezier(.19,1,.22,1);
    transition-delay: .4s;
	color:#fff;
}
.UiButton .border{
    border-radius: 50px;
    border: 2px solid #2b2b2b;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: inherit;
    transition: all .4s cubic-bezier(.19,1,.22,1),all .4s cubic-bezier(.19,1,.22,1);
    transition-delay: .4s;
	border-color:#d50032;
}
.UiButton  .wave{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    background-image:url(../images/bg.svg);
    background-repeat: repeat-x;
    background-position: 500% 100%;
    transition: 1.5s ease;
}
.UiButton .label{
    position: relative;
    display: block;
    z-index: 1;
	font-size: 18px;
}
.UiButton .arrow-container{
    margin-left: 23px;
    display: flex;
    -ms-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    right: 31px;
    top: 0;
    bottom: 0;
	border-color: #fff;
}
.UiButton .arrow{
    width: 19px;
    transition: all .4s cubic-bezier(.19,1,.22,1),all .4s cubic-bezier(.19,1,.22,1);
    transition-delay: .4s;
	fill: #fff;
}
.UiButton:hover {
    color: #d50032;
}
.UiButton:hover .wave{
    background-position: 0 -100%;
}
.UiButton:hover .arrow{
    fill: #d50032;
}


/*********************第四屏*********************/
.i1 .swbox4{background:url(../images/nbbg.jpg) center no-repeat;}
.i1 .swbox4 .slt {
    width: 368px;
    height: 100vh;
    float: left;
    padding-left: 128px;
    position: relative;
}
.i1 .swbox4 .slt .stp {
    padding-top: 160px;
}
.i1 .swbox4 .slt .stp .img {
    display: block;
    width: 30px;
    float: left;
    margin-right: 12px;
}
.i1 .swbox4 .slt .stp .tt {
    width: 20px;
    float: left;
    color: #666;
}
.i1 .swbox4 .slt .stp .tt span {
    display: block;
    margin-bottom: 5px;
}
.i1 .swbox4 .slt .more {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 60px;
    left: 128px;
    border-left: 1px solid #ddd;
    padding-right: 5px;
}
.i1 .swbox4 .slt .more img {
    display: block;
    float: right;
    margin-top: 15px;
}
.i1 .swbox4 .slt .more:hover {
    padding: 0;
}
.i1 .swbox4 .srt {
    width: calc(100% - 368px);
    height: 100vh;
    float: right;
    padding-right: 128px;
    position: relative;
    padding-top: 175px;
}
.i1 .swbox4 .srt * {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    transition: all .5s linear;
}
.i1 .swbox4 .srt li {
    padding: 30px 100px 30px 0;
    border-top: 1px solid #ddd;
    position: relative;
}
.i1 .swbox4 .srt li:nth-child(1) {
    border-top: 1px solid #fff;
}
.i1 .swbox4 .srt li .img {
    display: block;
    width: 274px;
    float: left;
    overflow: hidden;
}
.i1 .swbox4 .srt li .img img {
    display: block;
    width: 100%;
    transform: scale(1.001);
    -webkit-transform: scale(1.001);
}
.i1 .swbox4 .srt li .riqi {
    float: left;
    padding: 30px 0 0 80px;
    opacity: .6;
    width: 260px;
}
.i1 .swbox4 .srt li .riqi .day {
    margin-bottom: 20px;
}
.i1 .swbox4 .srt li .riqi .day {
    margin-bottom: 20px;
}
.i1 .swbox4 .srt li .lrt {
    width: calc(100% - 534px);
    float: right;
    padding-top: 30px;
    position: relative;
}
.i1 .swbox4 .srt li .lrt .ltt {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 30px;
}
.i1 .swbox4 .srt li .lrt .ltc {
    color: #666;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.i1 .swbox4 .srt li .more {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0px;
    right: 0;
    border-left: 1px solid #ddd;
    padding-right: 5px;
    opacity: 0;
}

/****************页脚*******************/
.i1 .foot{
    height: auto!important;
	padding-top:100px;
}
.ft-info{
    height: auto !important;
    background-color: #b3160c;
    color: #fff;
    display: block !important;
    width: 100%;
    border: none;
    padding: 25px 40px;
    overflow: visible !important;
    float: left;
    position: relative;
	z-index: 16;
	bottom:0;
}
.ft-info .f-nav a{
	display:inline-block;
	color:#fff;
	margin-bottom: 15px;
    padding-right: 15px;
	font-size:14px;
}
.ft-info .binfo{
	font-size:14px;
	color:#fff;
}
.top .right{
	position: absolute;
    top: 0;
    z-index: 15;
    right: 0;
    background: transparent;
    border-bottom: 950px solid #fff;
    border-left: 350px solid transparent;
    border-right: 0 solid transparent;
    width: 46%;
    height: 100%;
}
.top .right .contact-text{
    position: absolute;
    top: 23%;
    z-index: 16;
    width: 100%;
    text-align: right;
    color: #fff;
    right: 80px;
	margin-top:23%;
}
.contact-text .title{
    height: 60px;
    font-size: 24px;
    position: relative;
    margin: 0;
    font-weight: normal;
    color: #333;
    margin-bottom: 20px;
}
.contact-text .title .line4{
    display: inline-block;
    position: absolute;
    margin-top: 20px;
    width: 100px;
    height: 2px;
    right: 0%;
    bottom: 0;
    background-color: #ab0707;
}
.contact-text .subtitle{
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    color: #444;
}
.contact-text .details{
    margin-top: 70px;
    font-size: 16px;
    color: #e4e4e4;
    line-height: 1.8;
    list-style: none;
}
.contact-text .details li{
    color: #7d7d7d;
}
.contact-text .details .mark{
    position: relative;
    margin-bottom: 40px;
    font-size: 12px;
    color: #c4c4c4;
    background: transparent;
    padding: 0;
}
.contact-text .details .mark::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #3b3b3f;
    position: absolute;
    right: 0;
    top: 40px;
}
.top{
    width: 100%;
    height:calc(100vh - 186px);
	background: #121212;
	position: relative;
}
#ditu{width: 100%;height:100%}
